SftTree/NET 2.0

GridLinesPen Property, SftTree Class

Softel vdm, Inc.

Defines the pen style used to draw grid lines.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property GridLinesPen As LinesPenStyleEnum

C#   

public LinesPenStyleEnum GridLinesPen { get; set; }

C++   

public: property LinesPenStyleEnum GridLinesPen {
        LinesPenStyleEnum get();
        void set(LinesPenStyleEnum value);
}

Property Value

The grid lines pen style.

LinesPenStyleEnum

Value

Description

Solid

0

A solid line.

Dots

1

A dotted line (one dot, one blank pixel).

The default value is LinesPenStyleEnum.Solid.

Comments

The GridLinesPen property defines the pen style used to draw grid lines.

Columns and cells cannot Individually define the pen style. It applies to all grid lines throughout the control.

Grid lines colors can be defined using the GridHorizontalColor and GridVerticalColor properties.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com